From: Gerd Moellmann Date: Tue, 15 May 2001 13:16:59 +0000 (+0000) Subject: (mouse-delete-other-windows): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40297 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=08132f9660716da2fcd80ad540c32656e6eaee0c;p=emacs.git (mouse-delete-other-windows): Doc fix. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index ddb0ead03d2..66d0a924b85 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1,6 +1,7 @@ ;;; mouse.el --- window system-independent mouse support -;; Copyright (C) 1993, 1994, 1995, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware, mouse @@ -264,7 +265,7 @@ This command must be bound to a mouse click." (delete-window window))) (defun mouse-delete-other-windows () - "Delete all window except the one you click on." + "Delete all windows except the one you click on." (interactive "@") (delete-other-windows))